The first pass that marks up commands with <command> and removes explicit linebreakin...
authorrobertl <robertl>
Wed, 29 Nov 2006 19:49:20 +0000 (19:49 +0000)
committerrobertl <robertl>
Wed, 29 Nov 2006 19:49:20 +0000 (19:49 +0000)
52 files changed:
xmldoc/chapters/build.xml
xmldoc/chapters/use.xml
xmldoc/filters/arc.xml
xmldoc/filters/discard.xml
xmldoc/filters/duplicate.xml
xmldoc/filters/interpolate.xml
xmldoc/filters/nuketypes.xml
xmldoc/filters/options/duplicate-all.xml
xmldoc/filters/options/duplicate-correct.xml
xmldoc/filters/options/track-merge.xml
xmldoc/filters/options/track-move.xml
xmldoc/filters/options/track-sdistance.xml
xmldoc/filters/options/track-split.xml
xmldoc/filters/options/track-start.xml
xmldoc/filters/options/transform-del.xml
xmldoc/filters/options/transform-rte.xml
xmldoc/filters/options/transform-trk.xml
xmldoc/filters/options/transform-wpt.xml
xmldoc/filters/polygon.xml
xmldoc/filters/position.xml
xmldoc/filters/radius.xml
xmldoc/filters/simplify.xml
xmldoc/filters/stack.xml
xmldoc/filters/transform.xml
xmldoc/formats/an1.xml
xmldoc/formats/bcr.xml
xmldoc/formats/garmin.xml
xmldoc/formats/garmin_txt.xml
xmldoc/formats/html.xml
xmldoc/formats/igc.xml
xmldoc/formats/magnav.xml
xmldoc/formats/mapconverter.xml
xmldoc/formats/options/an1-nogc.xml
xmldoc/formats/options/an1-road.xml
xmldoc/formats/options/bcr-index.xml
xmldoc/formats/options/compegps-index.xml
xmldoc/formats/options/garmin-get_posn.xml
xmldoc/formats/options/garmin-power_off.xml
xmldoc/formats/options/igc-timeadj.xml
xmldoc/formats/options/ignrando-index.xml
xmldoc/formats/options/nmn4-index.xml
xmldoc/formats/options/stmsdf-index.xml
xmldoc/formats/options/stmwpp-index.xml
xmldoc/formats/options/tiger-genurl.xml
xmldoc/formats/palmdoc.xml
xmldoc/formats/psp.xml
xmldoc/formats/stmsdf.xml
xmldoc/formats/tef.xml
xmldoc/formats/text.xml
xmldoc/formats/wbt-bin.xml
xmldoc/formats/wbt.xml
xmldoc/formats/xmapwpt.xml

index a4b2efb3f8b2788e68e23c1420f2e5fa8814a483..c49cdbf0e8f9fe70dbdcb1e8744e8eef2265f9b1 100644 (file)
@@ -19,8 +19,8 @@ Linux, Solaris, and a variety of processors and compilers.
 </para>
   <para>
   In most cases, the code is as simple to build as running:
- <screen format="linespecific">./configure &amp;&amp; make</screen>
 </para>
+<para><command> ./configure &amp;&amp; make</command></para>
   <para><ulink url="http://expat.sourceforge.net">Expat</ulink> 
 is strongly recommended for source builds as it is
 required for reading all the XML formats such as GPX.
@@ -29,9 +29,11 @@ required for reading all the XML formats such as GPX.
 is recommended for OS/X and Linux if you want to use a USB Garmin.
 </para>
 <para>There are additional flags that can be passed to configure to
- customize your build of GPSBabel.   <screen format="linespecific"> ./configure --help</screen> lists all the supported options, but additionally we have:
+ customize your build of GPSBabel.   
 </para>
+<para><command>./configure --help</command></para> 
 <para>
+lists all the supported options, but additionally we have:
  <option>--disable-shapefile</option> Excludes the shapefile support.
 </para>
 <para>
index 4b7a444dcecc8f7e9feedd96dbc66286045b7c57..21b81bc3958c7139549fdc328c3fc88ef67e7727 100644 (file)
@@ -33,7 +33,7 @@ options you need to know to do those things:
 The <parameter class="command">format</parameter> parameters in the above list
 refer to the names of formats or file types supported by GPSBabel. 
 </para>
-<screen format="linespecific">gpsbabel -? </screen>
+<para><command>gpsbabel -? </command></para>
 <para>will always show you the supported file types.  In this document, the
 various supported formats are listed in <xref linkend="The_Formats" />.  The 
 name that you would use on the command line follows the format name in 
@@ -53,15 +53,15 @@ name of a file to be read or written.
          this program, just tell it what you're reading, where to read
          it from, what you're writing, and what to write it to.  For
          example:</para>
-         <screen format="linespecific">gpsbabel -i geo -f /tmp/geocaching.loc -o gpx -F /tmp/geocaching.gpx</screen>
+         <para><command>gpsbabel -i geo -f /tmp/geocaching.loc -o gpx -F /tmp/geocaching.gpx</command></para>
          <para>tells it to read the file "/tmp/geocaching.loc" in geocaching.com
          format and create a new file in GPX format.</para>
          <para> This command will read from a Magellan unit attached
          to the first serial port on a Linux system (device names will
          vary on other OSes) and write them as a geocaching loc file.
          The second command does the same on Microsoft Windows.</para>
-         <screen format="linespecific">gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc</screen>
-         <screen format="linespecific">gpsbabel -i magellan -f com1 -o geo -F mag.loc</screen>
+         <para><command>gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc</command></para>
+         <para><command>gpsbabel -i magellan -f com1 -o geo -F mag.loc</command></para>
          <para>Optionally, you may specify <parameter moreinfo="none">"-s"</parameter> in any command line.  This
          causes the program to ignore any "short" names that may be
          present in the source data format and synthesize one from the
@@ -73,8 +73,8 @@ name of a file to be read or written.
          the 'GC1234' ones that are optimized for NMEA-only receivers.
          A geocacher with a Magellan receiver may thus find commands
          like this useful.</para>
-         <screen format="linespecific"> gpsbabel -s -i geo -f geocaching.loc -o magellan -F /dev/ttyS0  </screen>
-       <screen format="linespecific"> gpsbabel -s -i geo -f geocaching.loc -o magellan -F com1</screen>
+         <para><command>gpsbabel -s -i geo -f geocaching.loc -o magellan -F /dev/ttyS0  </command></para>
+       <para><command>gpsbabel -s -i geo -f geocaching.loc -o magellan -F com1</command></para>
       </sect1>
       <sect1 id="Suboptions">
        <title>Suboptions</title>
@@ -89,7 +89,7 @@ name of a file to be read or written.
          itself. The available suboptions are listed on the individual 
          format pages.  We'll make an example from <xref linkend="fmt_kml" />:
        </para>
-         <screen format="linespecific">gpsbabel -i gpx -f file.gpx -o kml,deficon="file://myicon.png",lines=0 -F one.kml -o kml -F two.kml</screen>
+         <para><command>gpsbabel -i gpx -f file.gpx -o kml,deficon="file://myicon.png",lines=0 -F one.kml -o kml -F two.kml</command></para>
        <para>
        This command will read the GPX file <filename>file.gpx</filename>
        and create two KML files.    <filename>one.kml</filename> will
@@ -124,19 +124,18 @@ merged data to multiple destinations.
          <parameter moreinfo="none">-i</parameter> argument is seen.
          Files are read in the order they appear. So you could merge
          three input files into one output file with: </para>
-         <screen format="linespecific">gpsbabel -i geo -f 1.loc -f 2.loc -f 3.loc -o geo -F big.loc</screen>
+         <para><command>gpsbabel -i geo -f 1.loc -f 2.loc -f 3.loc -o geo -F big.loc</command></para>
          <para>You can merge files of different types:</para>
-         <screen format="linespecific">gpsbabel  -i geo -f 1.loc -i gpx -f 2.gpx -i pcx 3.pcx \ 
--o gpsutil -F big.gps</screen>
+         <para><command>gpsbabel  -i geo -f 1.loc -i gpx -f 2.gpx -i pcx 3.pcx  
+-o gpsutil -F big.gps</command></para>
          <para> You can write the same data in different output formats:</para>
-         <screen format="linespecific">gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx 1.wpt</screen>
+         <para><command>gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx 1.wpt</command></para>
          <para>If you want to change the character set of input or/and
          output side you can do this with the option <option>-c
          &lt;character set&gt;</option>. You can get a complete list
          of supported character sets with "gpsbabel -l".  To change
          the character set on both sides you should do this:</para>
-         <screen format="linespecific">gpsbabel -i xcsv,style=foo.style -c latin1 -f foo  \
-                -o xcsv,style=bar.style -c ms-ansi -F bar</screen>
+         <para><command>gpsbabel -i xcsv,style=foo.style -c latin1 -f foo -o xcsv,style=bar.style -c ms-ansi -F bar</command></para>
          <para>Note, that some formats has a fixed character set and ignore this option.</para>
       </sect1>
       <sect1 id="Route_And_Track_Modes">
@@ -149,7 +148,7 @@ merged data to multiple destinations.
          waypoints, and is the default. So if you wanted to read all
          data from your unit into a gpx file, you might use a command
          like:</para>
-         <screen format="linespecific"> gpsbabel -t -r -w -i magellan -f com1:  -o gpx -F backup.gpx</screen>
+         <para><command> gpsbabel -t -r -w -i magellan -f com1:  -o gpx -F backup.gpx</command></para>
          <para> Tracks and routes are advanced features and don't try
          to handle every possible hazard that can be encountered
          during a conversion.  If you're merging or converting files
@@ -254,7 +253,7 @@ merged data to multiple destinations.
       (i.e. wrapper applications using GPSBabel in the background). 
        The inifile mechanism can be disabled with an empty filename.
     </para>
-    <screen format="linespecific">gpsbabel -p "" -i gpx -f something.gpx -o tiger -F -</screen>
+    <para><command>gpsbabel -p "" -i gpx -f something.gpx -o tiger -F -</command></para>
 </sect1>
 <sect1 id="tracking">
   <title>Realtime tracking</title>
@@ -266,8 +265,8 @@ merged data to multiple destinations.
          inputs and KML is supported on output.   Additional formats 
          may be added by interested parties later.
     </para>
+    <para><command>gpsbabel -T -i garmin -f usb: -o kml -F xxx.kml</command></para>
     <para>
-    <screen format="linespecific">gpsbabel -T -i garmin -f usb: -o kml -F xxx.kml</screen>
          Will read the USB-connected Garmin and rewrite 'xxx.kml' atomically,
          suitable for a self-refreshing network link in Google Earth.
     </para>
@@ -287,8 +286,8 @@ merged data to multiple destinations.
   <para>
   Here is an example demonstrating segmenting a large command line
   by placing the input and filtering directives in a file called 'all_my_files'.
-  <screen format="linespecific">gpsbabel -b all_my_files -o gdb -F all_my_tracks.gdb</screen>
   </para>
+  <para><command>gpsbabel -b all_my_files -o gdb -F all_my_tracks.gdb</command></para>
   <para>
     'all_my_files' could look like this:
   </para>
index e3a032dc6480ab101835de1910b99525b8303b76..12aa7ae1b308a9dd972d8f8280094003a0b01da1 100644 (file)
@@ -37,6 +37,6 @@ Assuming the arc above is in a file called
 would include only points within one mile of the section of Lima Road 
 covered by the arc.
 </para>
-<screen format="linespecific">gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 -o mapsend -F 2.wpt</screen>
+<para><command>gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 -o mapsend -F 2.wpt</command></para>
 </example>
       
index 962549f652e59567abdd51cff4cb08af595c0fe8..09fdb4159cb4598d8fcead7bc013f5096373634e 100644 (file)
@@ -6,7 +6,7 @@ for a given configuration of GPS satellites.
 </para>
 <example id="example_discard_filter">
 <title>Using the discard filter</title>
-<screen format="linespecific"> gpsbabel -i gpx -f in.gpx -x discard,hdop=10,vdop=20,hdopandvdop -o gpx -F out.gpx</screen>
+<para><command> gpsbabel -i gpx -f in.gpx -x discard,hdop=10,vdop=20,hdopandvdop -o gpx -F out.gpx</command></para>
 </example>
 <para> Contributed by Tobias Minich.</para>
       
index 79b85af9d729a002204827ebf5e8724cb65c2cc7..450d9ed297f934f7b2d0535f51583dcf043c1b92 100644 (file)
@@ -15,6 +15,6 @@ Generally, at least one of these options is required.
   <link linkend="fmt_gpx">gpx</link> file that more than likely 
   contains only unique points and point data.
   </para>
-  <screen format="linespecific"> gpsbabel -i gpx -f 1.gpx -f 2.gpx -x duplicate,location,shortname -o gpx -F merged_with_no_dupes.gpx</screen>
+  <para><command> gpsbabel -i gpx -f 1.gpx -f 2.gpx -x duplicate,location,shortname -o gpx -F merged_with_no_dupes.gpx</command></para>
 </example>
       
index 2b08aec0a8ed6684db47bec93218eacb2987f5a4..453311ec31a42b675d77213b48b78304e674ac5c 100644 (file)
@@ -12,19 +12,19 @@ must specify either the
 This command line reads track.gpx and inserts points wherever two adjacent
 trackpoints are more than 10 seconds apart:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f track.gpx -x interpolate,time=10 -o gpx -F newtrack.gpx</screen>
+<para><command>gpsbabel -i gpx -f track.gpx -x interpolate,time=10 -o gpx -F newtrack.gpx</command></para>
 
 <para>
 This command reads track.gpx and inserts points wherever two adjacent
 trackpoints are more than 15 kilometers apart:
 </para>
 
-<screen format="linespecific">gpsbabel -i gpx -f track.gpx -x interpolate,distance=15k -o gpx -F newtrack.gpx</screen>
+<para><command>gpsbabel -i gpx -f track.gpx -x interpolate,distance=15k -o gpx -F newtrack.gpx</command></para>
 
 <para>
 This command reads track.gpx and inserts points wherever two adjacent
 trackpoints are more than 2 miles apart:
 </para>
 
-<screen format="linespecific">gpsbabel -i gpx -f track.gpx -x interpolate,distance=2m -o gpx -F newtrack.gpx</screen>
+<para><command>gpsbabel -i gpx -f track.gpx -x interpolate,distance=2m -o gpx -F newtrack.gpx</command></para>
 </example>      
index 824f20d560254b3905f7667590b60395553c6557..839760851e40c908908ef5153f44f5510861687a 100644 (file)
@@ -11,6 +11,6 @@ waypoints and you want a GPX file that contains only tracks,
 you may use this filter to remove the waypoints and the routes 
 with this command:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f bigfile.gpx -x nuketypes,waypoints,routes -o gpx -F tracksonly.gpx</screen>
+<para><command>gpsbabel -i gpx -f bigfile.gpx -x nuketypes,waypoints,routes -o gpx -F tracksonly.gpx</command></para>
 </example>
    
index 582a64b28079c92fccd0602987ae8a6bc3f353cb..c85ec5b00ac5a3e68489cc8004a2906169ba1924 100644 (file)
@@ -12,6 +12,6 @@ This option may be used to implement an "ignore list."  In the following
 example, the duplicate filter is used to remove a list of waypoints to be
 ignored from a larger collection of waypoints:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f waypoints.gpx -i csv -f to_ignore.csv -x duplicate,shortname,all -o gpx -F filtered.gpx</screen>
+<para><command>gpsbabel -i gpx -f waypoints.gpx -i csv -f to_ignore.csv -x duplicate,shortname,all -o gpx -F filtered.gpx</command></para>
 </example>
 
index 20741d15b27d30d5a63c22538ad316a0da110697..b66b6e90b7e6d36ff0040e3815882af635aa8284 100644 (file)
@@ -11,7 +11,7 @@ geocaches in a Groundspeak pocket query:
 <example id="Correcting_Cache_Locations">
 <title>Using the duplicate filter to correct the locations of "puzzle"
 geocaches</title>
-<screen format="linespecific">gpsbabel -i gpx -f 43622.gpx -i csv -f corrections.csv -x duplicate,shortname,correct -o gpx -F 43622-corrected.gpx</screen>
+<para><command>gpsbabel -i gpx -f 43622.gpx -i csv -f corrections.csv -x duplicate,shortname,correct -o gpx -F 43622-corrected.gpx</command></para>
 <para>
 After this command is run, the waypoints in the output file will have all 
 of the descriptive information from <filename>43622.gpx</filename>, but 
index 5ca5bbbf9794b42ce795b36e3f737095c58b6abc..6d2e0d2a9bad8240196c4554da22c1e11d1e95a1 100644 (file)
@@ -9,6 +9,6 @@ dropped.
 Suppose you want to merge tracks recorded with two different GPS devices 
 at the same time.  To do that, use this command line:
 </para>
-<screen format="linespecific">gpsbabel -t -i gpx -f john.gpx -i gpx -f doe.gpx -x track,merge,title="COMBINED LOG" -o gpx -F john_doe.gpx</screen>
+<para><command>gpsbabel -t -i gpx -f john.gpx -i gpx -f doe.gpx -x track,merge,title="COMBINED LOG" -o gpx -F john_doe.gpx</command></para>
 </example>
 
index 0641de1e9f4113d606654b128e3489228733b52f..6ba10c0cea922939013b7a66ecda338a33744ada 100644 (file)
@@ -8,6 +8,6 @@ time zone.
 <para>
 The following command line will shift all tracks to be one hour later.
 </para>
-<screen format="linespecific">gpsbabel -t -i gpx -f in.gpx -x track,move=+1h -o gpx -F out.gpx</screen>
+<para><command>gpsbabel -t -i gpx -f in.gpx -x track,move=+1h -o gpx -F out.gpx</command></para>
 </example>
 
index 7fc4db8f53c2ca0938414af85d3d3d3d43081eef..35313095dabb9e2940e83de38b2a7c59954052b5 100644 (file)
 
          <para> For example, to split the track if the distance between
          points is greater than 100 meters, use this:</para>
-         <screen format="linespecific">
-gpsbabel -t \
-     -i gpx -f in.gpx \
-     -x track,pack,sdistance=0.1k" \
+         <para><command>
+gpsbabel -t 
+     -i gpx -f in.gpx 
+     -x track,pack,sdistance=0.1k" 
      -o gpx -F out.gpx
-</screen>
+</command></para>
         <para> The sdistance option can be combined with the split option.
         The track then will be split only if both time and distance
         interval exceeds the supplied values. This technique can be used to 
@@ -26,11 +26,11 @@ gpsbabel -t \
         This example splits the track
         if the device is without signal for at least 5 minutes
         and during this time moves more than 300 meters:</para>
-        <screen format="linespecific">
+        <para><command>
 gpsbabel -t \
      -i gpx -f in.gpx \
      -x track,pack,sdistance=0.3k,split=5m \
      -o gpx -F out.gpx
-</screen>
+</command></para>
 
 
index 00af234b5a5a63d00ffd61c8b8a64083c102579b..8f93ff155b8a5df93d0707b8e260ca2d5556d66d 100644 (file)
@@ -4,16 +4,12 @@
          split a single tracks into separate tracks for each day and
          name them, use this:
       </para>
-         <screen format="linespecific">
-gpsbabel -t -i gpx -f in.gpx -x \
-   track,split,title="ACTIVE LOG \
-    # %Y%m%d" -o gpx -F out.gpx</screen>
+         <para><command> gpsbabel -t -i gpx -f in.gpx -x track,split,title="ACTIVE LOG # %Y%m%d" -o gpx -F out.gpx</command></para>
          <para> If the input has multiple tracks, pack them together before
 splitting them back apart per day thusly: </para>
-         <screen format="linespecific">            
-gpsbabel -t   -i gpx -f in.gpx  \
-     -x track,pack,split,title="ACTIVE LOG # %D"       \
-     -o gpx -F out.gpx</screen>
+         <para><command>           gpsbabel -t   -i gpx -f in.gpx  
+     -x track,pack,split,title="ACTIVE LOG # %D"       
+     -o gpx -F out.gpx</command></para>
          <para> Additionally you can add an interval to the split
          option.  With this the track will be split if the time
          between two points is greater than this parameter. The
@@ -24,9 +20,9 @@ gpsbabel -t   -i gpx -f in.gpx  \
 </para>
          <para> For example, to split a track based on an four hour
          interval, use this:</para>
-         <screen format="linespecific">            
-gpsbabel -t 
-     -i gpx -f in.gpx 
-     -x track,pack,split=4h,title="LOG # %c" 
+         <para><command>            
+gpsbabel -t 
+     -i gpx -f in.gpx 
+     -x track,pack,split=4h,title="LOG # %c" 
      -o gpx -F out.gpx
-</screen>
+</command></para>
index 9df4086fda848c017f7426ab1c1920561ce73810..06c22ccb28390eb61cd572cc37e2befe500e34b8 100644 (file)
@@ -20,5 +20,5 @@ given date, you need not specify the minutes or seconds.
 To get only the parts of a track that were mapped on 20 July 2005
 between 10 AM and 6 PM, use this command line:
 </para> 
-<screen format="linespecific">gpsbabel -t -i gpx -f in.gpx -x track,start=2005072010,stop=2005072018 -o gpx -F out.gpx </screen>
+<para><command>gpsbabel -t -i gpx -f in.gpx -x track,start=2005072010,stop=2005072018 -o gpx -F out.gpx </command></para>
 </example>
index c6d8b694bc743c6ad81b16310becd8e798c68ada..9aa4e47da6dd3979044a679a4e21daf2f0e081a0 100644 (file)
@@ -5,8 +5,5 @@ you are trying to avoid duplicated data in the output.
 </para>
 <example id="transform_del">
 <title>Convert a GPX track to GPX waypoints, tossing the original track</title>
-<para>
-<screen format="linespecific">gpsbabel -i gpx -f blah.gpx -x transform,wpt=trk,del \
--o gpx -F converted.gpx</screen>
-</para>
+<para><command>gpsbabel -i gpx -f blah.gpx -x transform,wpt=trk,del -o gpx -F converted.gpx</command></para>
 </example>
index ba8178301f8820848def953100b8c2b1f080daa8..631ec4251e6f388653db894e3cb08531bc098eae 100644 (file)
@@ -6,7 +6,6 @@ This option selects the destination type of this filter to be routes.  Choose th
 <para>
 Say you you have a data file that came from CSV file that you want to convert  
 to a GPX route that can be loaded into Mapsource.  Use the following command:
-<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,rte=wpt \
--o gdb -F blah.gdb</screen>
 </para>
+<para><command>gpsbabel -i csv -f blah.txt -x transform,rte=wpt -o gdb -F blah.gdb</command></para>
 </example>
index 492a1fb23f580d8f997432d697346550af49c16c..8a72a27b5e2a4a34e7f6f60fb450e06e24d8d5ec 100644 (file)
@@ -8,7 +8,6 @@ A single track will be created in the sequence they appear in the input.
 <para>
 Say you you have a data file that came from CSV file that you want to convert  
 to a GPX track that can be loaded into Mapsource.  Use the following command:
-<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,trk=wpt \
--o gdb -F blah.gdb</screen>
 </para>
+<para><command>gpsbabel -i csv -f blah.txt -x transform,trk=wpt -o gdb -F blah.gdb</command></para>
 </example>
index 0889e9a9bf3564eaf561037891da8fe3ba1c92f8..1399f0fb05a8eeb2b9609ee9e16884922526fbdd 100644 (file)
@@ -6,7 +6,6 @@ Choose this when you want to convert tracks or routes into waypoints.
 <title>Converting a track to a sequence of waypoints</title>
 <para>
 Say you you have a KML file that contains a track but you want to convert it to a CSV file that can contain only waypoints, perhaps to import into a spreadsheet.  Use the following command:
-<screen format="linespecific">gpsbabel -i kml -f blah.kml -x transform,wpt=trk \
--o csv -F blah.txt</screen>
 </para>
+<para><command>gpsbabel -i kml -f blah.kml -x transform,wpt=trk -o csv -F blah.txt</command></para>
 </example>
index a193f903e05f5f7b0e908b7b7a6c4930c2f52660..5b5bb63cf3ff1097cb0eb78867782dffab70da48 100644 (file)
@@ -48,7 +48,7 @@ Suppose you have a polygon file that defines the border of your county,
 called mycounty.txt.  This command line will give you only the points 
 in your county:
 </para>
-<screen format="linespecific">gpsbabel -i geo -f 1.loc -x polygon,file=mycounty.txt -o mapsend -F 2.wpt</screen>
+<para><command>gpsbabel -i geo -f 1.loc -x polygon,file=mycounty.txt -o mapsend -F 2.wpt</command></para>
 </example>
 <example id="example_in_or_close_to">
 <title>Using the polygon and arc filters to find points in or nearly in a 
@@ -61,11 +61,11 @@ boundaries of your polygon are not quite perfect, so you want to provide a
 buffer zone around it in case there are points nearby that should be in the 
 polygon but aren't quite.
 </para>
-<screen>
+<para><command>
 gpsbabel -i gpx -f points.gpx -x stack,push -x polygon,file=mycounty.txt 
 -x stack,swap -x arc,file=mycounty.txt,distance=1k -x stack,pop,append 
 -x duplicate,shortname -o gpx -F nearmycounty.gpx
-</screen>
+</command></para>
 <para>
 This command makes a copy of the points, finds the ones that are in your
 your county, swaps that result with the copy of the original set of points,
index 13ff374a0fe8218a7d8257c36f545f52452d2baa..4bf0869c173df90e8519397e02046a8268308570 100644 (file)
@@ -10,6 +10,6 @@ has come before.
 The following command removes multiple points that are within 
 one foot of each other, leaving just one.
 </para>
-<screen format="linespecific">gpsbabel -i geo -f 1.loc -f 2.loc -x position,distance=1f -o mapsend -F 3.wpt</screen>
+<para><command>gpsbabel -i geo -f 1.loc -f 2.loc -x position,distance=1f -o mapsend -F 3.wpt</command></para>
 </example>
       
index cdc970f4024ffc05e5124113aa27dd0556c2ed8b..607f97e5969d1c62c0624e6411ce5a0c15249188 100644 (file)
@@ -12,6 +12,6 @@ center appear earlier in the output file.
  <para>This example command line would include only points within 1 1/2 miles
        of N30.000 W 90.000</para>
 
-<screen format="linespecific">gpsbabel -i geo -f 1.loc -x radius,distance=1.5M,lat=30.0,lon=-90.0 -o mapsend -F 2.wpt</screen>
+<para><command>gpsbabel -i geo -f 1.loc -x radius,distance=1.5M,lat=30.0,lon=-90.0 -o mapsend -F 2.wpt</command></para>
 </example>
       
index 976f6190197bbb33f261f88a41cc8e3852a4bc99..1c6f47938470604f5519a76b0e81aa739b519e38 100644 (file)
@@ -17,5 +17,5 @@ For example, suppose you have a route from Street Atlas 2003 that you
 wish to use with a Magellan GPS receiver that only supports up to 50 points 
 in a route:
 </para>
-<screen format="linespecific">gpsbabel -r -i saroute -f RoadTrip.anr -x simplify,count=50 -o magellan  -F grocery.rte</screen>
+<para><command>gpsbabel -r -i saroute -f RoadTrip.anr -x simplify,count=50 -o magellan  -F grocery.rte</command></para>
       
index 45934ad15ee2f5fb5167d2eaf103a324707fb7b7..40d30e75fdfaae075732a24efa20fde3146fdc70 100644 (file)
@@ -21,29 +21,29 @@ can fit in your computer's memory.
  duplicates can be removed with the DUPLICATE filter; see
  above.)
 </para>
-         <screen format="linespecific">           
-gpsbabel -i gpx -f in.gpx \
-         -x stack,push,copy \
-         -x polygon,file=county_a.txt \    
-         -x stack,swap \
-         -x polygon,file=county_b.txt \
-         -x stack,pop,append \
+         <para><command>           
+gpsbabel -i gpx -f in.gpx 
+         -x stack,push,copy 
+         -x polygon,file=county_a.txt 
+         -x stack,swap 
+         -x polygon,file=county_b.txt 
+         -x stack,pop,append 
          -o gpx -F out.gpx
-</screen>
+</command></para>
          <para> This example reads a large list of waypoints and
          extracts the points within 20 miles of each of two cities,
          writing the waypoint descriptions into two different PalmDoc
          files and exporting all of the points to the GPS receiver:
 </para>
-         <screen format="linespecific">           
-gpsbabel -i gpx -f indiana.gpx \
-         -x stack,push,copy \
-         -x radius,lat=41.0765,lon=-85.1365,distance=20m \
-         -o palmdoc,dbname=Fort\ Wayne -F fortwayne.pdb \
-         -x stack,swap \
-         -x radius,lat=39.7733,lon=-86.1433,distance=20m \
-         -o palmdoc,dbname=Indianapolis -F indianapolis.pdb \
-         -x stack,pop,append \
+         <para><command>           
+gpsbabel -i gpx -f indiana.gpx 
+         -x stack,push,copy 
+         -x radius,lat=41.0765,lon=-85.1365,distance=20m 
+         -o palmdoc,dbname=Fort\ Wayne -F fortwayne.pdb 
+         -x stack,swap 
+         -x radius,lat=39.7733,lon=-86.1433,distance=20m 
+         -o palmdoc,dbname=Indianapolis -F indianapolis.pdb 
+         -x stack,pop,append 
          -o magellan -F fwaind.wpt
-</screen>
+</command></para>
       
index 87a87d2e098107ef5932e3a9e82f5a47765f4d11..7a55f3e9182dcbc10b9b477e3e0f46e8713c1366 100644 (file)
@@ -9,7 +9,9 @@
 </para>
 <para>
   The following example show you how to create a route from a waypoint table.
-  <screen format="linespecific">gpsbabel -i csv waypts.txt -x transform,rte=wpt -o gpx -F route.gpx</screen>
+</para>
+  <para><command>gpsbabel -i csv waypts.txt -x transform,rte=wpt -o gpx -F route.gpx</command></para>
+<para>
   Only the first letter of option value decides which transformation will be done.
   Depending on the used option it can be only 'W' for waypoints, 'R' for routes or
   'T' for tracks.
index 81475ed2de9e9a495007f12a6224ba33ed105514..466fb5cd3edffed3604d1e19bf55ba97dac63c4f 100644 (file)
@@ -7,7 +7,7 @@ thick red lines for routes or tracks.  It is possible to merge two drawing
 layers by doing something like this:
 </para>
 
-<screen format="linespecific">gpsbabel -i an1 -f one.an1 -f two.an1 -o an1 -F merged.an1</screen>
+<para><command>gpsbabel -i an1 -f one.an1 -f two.an1 -o an1 -F merged.an1</command></para>
 
 <para> 
 In this case, the merged data will contain all of the
index c5604099d73ed73beddfd5820c8d09be222cbbb5..1542994c36bed5e0524ba8ad66dae0b880bd6b64 100644 (file)
@@ -16,6 +16,6 @@ reports are welcome.
 </para>
 <example id="sample_bcr_command">
   <title>Sample BCR command with all options</title>
-  <screen format="linespecific">gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr</screen>
+  <para><command>gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr</command></para>
 </example>
     
index b72031f942b252c6e602c70b8124825e35cbcad7..fbdf33fb1a994ec738c57a5ca4bda8dc26c891d2 100644 (file)
        To communicate via USB use "usb:" as the filename on all OSes.   
        Thus, to read the waypoints from a Garmin USB unit and write 
        them to a GPX file:
+</para>
 
-      <screen format="linespecific">gpsbabel -i garmin -f usb: -o gpx -F blah.gpx</screen>
+      <para><command>gpsbabel -i garmin -f usb: -o gpx -F blah.gpx</command></para>
 
-</para>
 <para>
        If you have multiple units attached via USB, you may provide 
        a unit number, with zero being the implied default.  So if you 
        "usb:0", "usb:1", and "usb:2".  To get a list of recognized devices,
        specifiy a negative number such as:
 </para>
-       <screen format="linespecific">gpsbabel -i garmin -f usb:-1</screen>
+       <para><command>gpsbabel -i garmin -f usb:-1</command></para>
  
 <para> 
 When reporting problems with the Garmin format, be sure to include
@@ -140,7 +140,7 @@ the full unit model, firmware version, and be prepared to offer
 debugging dumps by adding "-D9" to the command line, like:
 </para>
 
-      <screen format="linespecific"> gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</screen>
+      <para><command> gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</command></para>
 
 <para> 
 Custom icons are supported on units that support that.
index 54a391db182115f49591f0633c4d18d332862fee..06288ceef030688d1ebdd7197c28ae19d85a87ac 100644 (file)
@@ -18,6 +18,6 @@ be solved with the 'date' and 'time' options.
 </para>
 <example id="all_garmin_txt_options">
   <title>Command showing garmin_txt output with all options</title>
-  <screen format="linespecific">gpsbabel -i garmin_txt,date="MM/DD/YYYY",time="hh:mm:ss xx" -f in.txt -o garmin_txt,date="DD.MM.YYYY",datum="WGS 72",dist=m,prec=6,temp=c,time="HH:mm:ss",utc=+2 -F out.txt</screen>
+  <para><command>gpsbabel -i garmin_txt,date="MM/DD/YYYY",time="hh:mm:ss xx" -f in.txt -o garmin_txt,date="DD.MM.YYYY",datum="WGS 72",dist=m,prec=6,temp=c,time="HH:mm:ss",utc=+2 -F out.txt</command></para>
 </example>
     
index 1735a6b3d6a1c43e62b86d33b84f61135d2ed478..0589fabad6650c488952cadd7b148b0b481e6080 100644 (file)
@@ -12,5 +12,5 @@ for Geocachers with pocket queries.
 Groundspeak extensions and writes an HTML file with encrypted hints
 that is rendered using a custom stylesheet:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</screen>
+<para><command>gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</command></para>
     
index 0c1485b6e2b753c5ef44c571063a60a696aed871..8a900efd3d94df56ca7b91bd21b6d2ab4b554b83 100644 (file)
@@ -42,7 +42,7 @@ will not be accepted as proof of a flight.
 A track stored in another format (GPX for example) representing a recorded
 flight can be converted into an IGC file:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f mytrk.gpx -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -i gpx -f mytrk.gpx -o igc -F myflight.igc</command></para>
 <para>
 If multiple track segments are provided in the input file, the one with the
 most points will be used.
@@ -51,34 +51,34 @@ most points will be used.
 A route stored in another format representing a task declaration can be
 converted into an IGC file:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f myrte.gpx -o igc -F mytask.igc</screen>
+<para><command>gpsbabel -i gpx -f myrte.gpx -o igc -F mytask.igc</command></para>
 <para>
 A route and a track in other formats can be included into a single IGC file:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f mytrk.gpx -f myrte.gpx -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -i gpx -f mytrk.gpx -f myrte.gpx -o igc -F myflight.igc</command></para>
 <para>
 A similar result can be obtained by downloading the track log and routes
 directly from a GPS device connected to a PC.  For example to create an IGC
 file from data recorded in a Garmin GPS connected to the first serial port of
 a PC running Linux:
 </para>
-<screen format="linespecific">gpsbabel -t -r -i garmin -f /dev/ttyS0 -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -t -r -i garmin -f /dev/ttyS0 -o igc -F myflight.igc</command></para>
 <para>
 For Windows operating systems:
 </para>
-<screen format="linespecific">gpsbabel -t -r -i garmin -f com1 -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -t -r -i garmin -f com1 -o igc -F myflight.igc</command></para>
 <para>
 A waypoint file in another format containing a waypoint whose short name is
 "PILOT" can be merged into an IGC file.  The description field of the waypoint
 will be used for the pilot name in the IGC file header:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f mytrk.gpx -f myrte.gpx -f mywpt.gpx -o igc -F myflight.igc
-gpsbabel -w -t -r -i garmin -f /dev/ttyS0 -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -i gpx -f mytrk.gpx -f myrte.gpx -f mywpt.gpx -o igc -F myflight.igc
+gpsbabel -w -t -r -i garmin -f /dev/ttyS0 -o igc -F myflight.igc</command></para>
 <para>
 Some formats such as GPX allow routes, tracks and waypoints to exist in the
 same file and can be used to fully populate an IGC file:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f myall.gpx -o igc -F myflight.igc</screen>
+<para><command>gpsbabel -i gpx -f myall.gpx -o igc -F myflight.igc</command></para>
 </section>
 
 <section id="fmt_igc_convfrom">
@@ -88,11 +88,11 @@ Data in an IGC file can be converted into other formats.  For example to
 generate OziExplorer files containing tracks representing the recorded
 flight (myozi.plt) and routes representing declared tasks (myozi.rte):
 </para>
-<screen format="linespecific">gpsbabel -i igc -f myflight.igc -o ozi -F myozi</screen>
+<para><command>gpsbabel -i igc -f myflight.igc -o ozi -F myozi</command></para>
 <para>
 Or to GPX format:
 </para>
-<screen format="linespecific">gpsbabel -i igc -f myflight.igc -o gpx -F myflight.gpx</screen>
+<para><command>gpsbabel -i igc -f myflight.igc -o gpx -F myflight.gpx</command></para>
 <para>
 Header information from the IGC file will be written to the description field
 of the track(s).
@@ -110,23 +110,23 @@ tracks.  The latitude, longitude and timestamps in the tracks will be identical.
 A route stored in another format can be merged with an existing IGC file that
 has no task declaration, to generate a new IGC file with a task declaration:
 </para>
-<screen format="linespecific">gpsbabel -i igc -f myflight.igc -i gpx -f myrte.gpx -o igc -F mynew.igc</screen>
+<para><command>gpsbabel -i igc -f myflight.igc -i gpx -f myrte.gpx -o igc -F mynew.igc</command></para>
 <para>
 A two dimensional (lat/lon) track recorded during a flight by a GPS receiver
 can be merged with a one dimensional (altitude) track recorded during the same
 flight by a barograph instrument.  The result is a three dimensional IGC file
 representing the flight:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc -F my3D.igc</screen>
+<para><command>gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc -F my3D.igc</command></para>
 <para>
 The same can be acheived by downloading directly from a barograph instrument
 supported by GPSBabel.  For example with a Brauniger IQ Comp GPS variometer:
 </para>
-<screen format="linespecific">gpsbabel -i baroiq -f /dev/ttyS0 -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</screen>
+<para><command>gpsbabel -i baroiq -f /dev/ttyS0 -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</command></para>
 <para>
 or:
 </para>
-<screen format="linespecific">gpsbabel -i baroiq -f com1 -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</screen>
+<para><command>gpsbabel -i baroiq -f com1 -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</command></para>
 <para>
 (Documentation contributed by Chris Jones, Aug 2004)
 </para>
index d2db2020f9874ca3094b28c7c1b4e84f0e6a6930..b7ddeed082158a3c86f81330f93d2c5effe472d4 100644 (file)
@@ -27,7 +27,7 @@ PalmOS, not of NAV Companion.)
 <para>
 To merge the databases, use a command line like the following:
 </para>
-<screen format="linespecific">gpsbabel -i magnav -f Companion_Waypoints.PDB -i geo -f geocaching.loc -o magnav -F merged.pdb</screen>
+<para><command>gpsbabel -i magnav -f Companion_Waypoints.PDB -i geo -f geocaching.loc -o magnav -F merged.pdb</command></para>
 <para>
 Second, you must use the installer to install your new PDB file.  Don't
 make the mistake of copying it over the existing Companion_Waypoints.PDB
index 1ab390cea0c682a87637e5466396cce16d21f906..3531af7c4816d125b07262361513c784caad6646 100644 (file)
@@ -14,7 +14,7 @@ The steps for using GPSBabel and Mapconverter go something like this:
 <para>
 Step 1: Create a mapconverter file using gpsbabel.
 </para>
-<screen format="linespecific">gpsbabel -i geo -f geocaching.loc -o mapconverter -F foo.txt</screen>
+<para><command>gpsbabel -i geo -f geocaching.loc -o mapconverter -F foo.txt</command></para>
 <para>
 Step 2: Launch mapconverter.exe and choose foo.txt as your input file.
        Click the begin button to have mapconverter process foo.txt.
index bdeb9dc1baf5af4ad902273bad3522e1d190d8ad..e2c9288a0cebb5ffd7a5e70f368a28d55e623128 100644 (file)
@@ -4,5 +4,5 @@ difficulty and terrain, GPSBabel will automatically include that information
 in the waypoint descriptions in the generated drawing file.  If you do not 
 want that, specify the "nogc" option on the command line:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o an1,nogc -F 12345.an1</screen>
+<para><command>gpsbabel -i gpx -f 12345.gpx -o an1,nogc -F 12345.an1</command></para>
 
index f71a23181b9d3954886af868f956af37ac6d1430..1c32d7e71b8710579437bea76fd9621346a33331 100644 (file)
@@ -59,7 +59,7 @@ local roads, but may be edited with the drawing tools in Street Atlas.
 This option has a special format that is best demonstrated by example:
 </para>
 
-<screen format="linespecific">"road=I-599!limited!Beecher St.!major" </screen>
+<screen format="linespecific"> "road=I-599!limited!Beecher St.!major" </screen>
 
 <para>
 This option will cause any road named "I-599" to become a limited-access 
index 2d981b38b292e3b06cdef938a76c60c998cf0437..164412e05fc0ba767b25a5b3e4360f41f954127d 100644 (file)
@@ -5,5 +5,5 @@ routes read from a more expressive format.  If you have, say, a
 <link linkend="fmt_gpx">gpx</link> file that contains two routes, you may
 use this option to write them one at a time to individual files.
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f routes.gpx -o bcr,index=1 -F route1.bcr -o bcr,index=2 -F route2.bcr</screen>
+<para><command>gpsbabel -i gpx -f routes.gpx -o bcr,index=1 -F route1.bcr -o bcr,index=2 -F route2.bcr</command></para>
 
index dfccba67e4b18fdef6abdf5691441ba762a99e86..915db8f7e14b4d67a1fe24cc55af968a297de2e8 100644 (file)
@@ -5,4 +5,4 @@ tracks read from a more expressive format.  If you have, say, a
 <link linkend="fmt_gpx">gpx</link> file that contains two routes, you may
 use this option to write them one at a time to individual files.
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f routes.gpx -o compegps,index=1 -F route1.txt -o compegps,index=2 -F route2.txt</screen>
+<para><command>gpsbabel -i gpx -f routes.gpx -o compegps,index=1 -F route1.txt -o compegps,index=2 -F route2.txt</command></para>
index a7720047c4c7524550967af0855086f82d550cc5..7d93bab7fbb38548c4648d829bb51b3ea2c4aaa3 100644 (file)
@@ -1,5 +1,5 @@
 <para>This options gets the current longtitude and latitude from the attached GPS device
 and returns it as a single waypoint for further processing.  For example,
 to return the current position from a USB Garmin to a KML file:
-<screen format="linespecific">gpsbabel -i garmin,get_posn -f usb: -o kml -F myposition.kml</screen>
 </para>
+<para><command>gpsbabel -i garmin,get_posn -f usb: -o kml -F myposition.kml</command></para>
index 63c22850d02fad929b38b218a65705a3a8de7005..145e7cf7a29956d4cad6780924347476d4b7815b 100644 (file)
@@ -4,5 +4,5 @@ Obviously, further processing once you have sent a "power off" command to
 a unit that supports it is rather futile, so place this option carefully
 in your command.
 
-<screen format="linespecific">gpsbabel -o garmin,power_off -F /dev/ttyS0</screen>
 </para>
+<para><command>gpsbabel -o garmin,power_off -F /dev/ttyS0</command></para>
index 2d6def3c86f95e38c5992778762b3646ceef3b26..ceeb749cabecae36a6fa446d834bce3cb821ce8c 100644 (file)
@@ -5,12 +5,12 @@ not correlating correctly.  This can be corrected manually by passing the time
 difference in seconds between the two time domains through the "timeadj"
 parameter.  This can be any positive or negative integer:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc,timeadj=27 -F my3D.igc</screen>
+<para><command>gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc,timeadj=27 -F my3D.igc</command></para>
 <para>
 GPSBabel can also attempt to deduce the time difference automatically.  This
 is done by comparing the time that it thinks that you landed on the GPS track
 and the barograph and adjusting accordingly:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</screen>
+<para><command>gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc</command></para>
 
 
index 42c8f4e6fcb3bf6fbff1f5922ac8ef8e9754c6a3..fb06f1d79615374c1ac8c7341079e26d91a61af7 100644 (file)
@@ -5,5 +5,5 @@ tracks read from a more expressive format.  If you have, say, a
 <link linkend="fmt_gpx">gpx</link> file that contains two tracks, you may
 use this option to write them one at a time to individual files.
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f tracks.gpx -o ignrando,index=1 -F track1.txt -o ignrando,index=2 -F track2.txt</screen>
+<para><command>gpsbabel -i gpx -f tracks.gpx -o ignrando,index=1 -F track1.txt -o ignrando,index=2 -F track2.txt</command></para>
 
index 8b7f0c4f0a995cc32eace37795db766fa17d81f5..25aacb215acb8f317fec65daf06512358c3c5fe1 100644 (file)
@@ -5,5 +5,5 @@ routes read from a more expressive format.  If you have, say, a
 <link linkend="fmt_gpx">gpx</link> file that contains two routes, you may
 use this option to write them one at a time to individual files.
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f routes.gpx -o nmn4,index=1 -F route1.rte -o nmn4,index=2 -F route2.rte</screen>
+<para><command>gpsbabel -i gpx -f routes.gpx -o nmn4,index=1 -F route1.rte -o nmn4,index=2 -F route2.rte</command></para>
 
index 301d55b1fecc826f303c98e99d08c336fa0c5cac..1318ee7750e3f87d84e5b34658ebcc7e725679e5 100644 (file)
@@ -11,7 +11,5 @@
 </para>
 <para>
        This example will convert route number two and three into separate sdf files:
-       <screen format="linespecific">
-               gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf
-       </screen>
 </para>
+       <para><command> gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf </command></para>
index 6187a66a8d663255773a0b54a878dbd145eb0e9d..00ddb54b6c2008f3fe22f7e3a8683911657724a0 100644 (file)
@@ -5,5 +5,5 @@ tracks read from a more expressive format.  If you have, say, a
 <link linkend="fmt_gpx">gpx</link> file that contains three routes, you may
 use this option to write them one at a time to individual files.
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f routes.gpx -o stmwpp,index=1 -F route1.txt -o stmwpp,index=2 -F route2.txt -o stmwpp,index=3 -F route3.txt</screen>
+<para><command>gpsbabel -i gpx -f routes.gpx -o stmwpp,index=1 -F route1.txt -o stmwpp,index=2 -F route2.txt -o stmwpp,index=3 -F route3.txt</command></para>
 
index d1bd24f2b6fc8015f4a04aa3b0ac467d1c6acfae..093598a886d0414944f0c657340121fe96717af0 100644 (file)
@@ -5,10 +5,12 @@ height, and width parameters in a form suitable for use in the URL to generate
 a map that will hold all the points to be displayed  and is suitably scaled
 and centered.   
 </para>
-<para>For example:
-<screen format="linespecific">gpsbabel -i geo -f geocaching.loc -o tiger,genurl=tiger.ctr -F tiger.dat</screen>
+<para>For example:</para>
+<para><command>gpsbabel -i geo -f geocaching.loc -o tiger,genurl=tiger.ctr -F tiger.dat</command></para>
+<para>
 may create tiger.ctr with
-<screen format="linespecific">lat=36.042108&amp;lon=-86.877408&amp;ht=0.161172&amp;wid=0.591771&amp;iwd=768&amp;iht=768</screen>
+<screen format="linespecific">
+lat=36.042108&amp;lon=-86.877408&amp;ht=0.161172&amp;wid=0.591771&amp;iwd=768&amp;iht=768</screen>
 
 After uploading tiger.dat to a public server, a request to 
 <screen format="linespecific"> http://tiger.census.gov/cgi-bin/mapgen?murl=$THATFILE$(cat tiger.ctr)</screen>
index 5c7a6cf315e9d3e0c570002780ed2b2e60738017..a20dc06172b69ee1d12a9aa762ab6e00eda6ad12 100644 (file)
@@ -9,5 +9,5 @@ to a particular waypoint.
 The following command line reads a GPX file with Groundspeak extensions 
 and writes a Palm document with encrypted hints and logs:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb</screen>
+<para><command>gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb</command></para>
     
index 3407bb16d63cce4aeb856250192e77108c44a376..b6949d553a9e7b82a48ba8c3ac596a2782fd983d 100644 (file)
@@ -55,7 +55,7 @@ There are either no points to write, or you have botched the command
    on the command line.  A simple command line to create PSP files
    looks like this:
 </para>
-<screen format="linespecific">gpsbabel -i geo -f geocaching.loc -o psp -F NewOrleans.psp</screen>
+<para><command>gpsbabel -i geo -f geocaching.loc -o psp -F NewOrleans.psp</command></para>
 <para>
    Note the use of "-f" for INPUT files and "-F" for OUTPUT files.
 </para>
index e01b49768e8b9aa091a0e9b66e3891889ff39f12..7edbf6ed99d96095b8f05a406c67dbe8318bc48e 100644 (file)
@@ -15,9 +15,7 @@
                <member>28 = X9 TrackLog</member>
        </simplelist>
 </para>
-<para>
-       <screen format="linespecific">gpsbabel -i gpx -f some-routes.gpx -r -o stmsdf,index=3 -F single-route.sdf</screen>
-</para>
+       <para><command>gpsbabel -i gpx -f some-routes.gpx -r -o stmsdf,index=3 -F single-route.sdf</command></para>
 <para>
        <ulink url="http://www.suunto.fi">Suunto Website</ulink>
 </para>
index 40e5855b27ea79e385c713425d5b8ef283950325..c8933e80925c50b16577a81d8386434723607d19 100644 (file)
@@ -11,5 +11,5 @@ GPSBabel also supports the <link linkend="fmt_bcr">bcr</link> format, which
 may also be used with this program and supports both reading and writing.
 </para>
 
-<screen format="linespecific"> gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx</screen>
+<para><command> gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx</command></para>
     
index 1e2952c59ef44db31c2395e8009f26710bfe4efc..5f8be3037d30838e60c264bf28ea95d22daa3446 100644 (file)
@@ -4,5 +4,5 @@ handy for listings of any type of waypoint files.
       <para> The following command line reads a GPX file with
 Groundspeak extensions and writes a text file with encrypted hints:
 </para>
-<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt</screen>
+<para><command>gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt</command></para>
     
index f1c49475d6bd795ef3732b051f890ca39f681692..7d57670ad14eb823d7fbd59c4f1d069a57556f20 100644 (file)
@@ -6,7 +6,7 @@ by Wintec's Windows application.</para>
 </para>
 <example id="wbt-bin-on-macos">
   <title>Command showing conversion of a Wintec binary file to GPX</title>
-  <screen format="linespecific">gpsbabel -i wbt-bin -f tracks.bin -o
-gpx -F out.gpx</screen>
+  <para><command>gpsbabel -i wbt-bin -f tracks.bin -o
+gpx -F out.gpx</command></para>
 </example>
 
index 215f0fea12893dd3910ba89a89b4b8c52c4d54d4..834d59af15c3c0222a0e1e3dec883a4d8b556d2d 100644 (file)
@@ -4,6 +4,6 @@
 </para>
 <example id="wbt-on-macos">
   <title>Command showing WBT-200 download and erase over Bluetooth on Mac OS X</title>
-  <screen format="linespecific">gpsbabel -i wbt,erase -f /dev/cu.WBT200-SPPslave-1 -o gpx -F out.gpx</screen>
+  <para><command>gpsbabel -i wbt,erase -f /dev/cu.WBT200-SPPslave-1 -o gpx -F out.gpx</command></para>
 </example>
     
index ba949bf00e4e3bb90ddef369299cdf132ae5ea70..ff1f2fea3506208d815bad24ed44b034ca27e312 100644 (file)
@@ -31,15 +31,15 @@ It should also be noted that <emphasis>reading</emphasis> multiple files
 is indeed possible, but if you have more than a few points, it can be a task. 
 For example:
 </para>
-<screen format="linespecific">gpsbabel -i xmapwpt -f Xmap1.wpt -f Xmap2.wpt -o mapsend -F mapsend.wpt</screen>
+<para><command>gpsbabel -i xmapwpt -f Xmap1.wpt -f Xmap2.wpt -o mapsend -F mapsend.wpt</command></para>
 <para>
 will read the two Xmap .wpt files and write one mapsend file.  This
 is fine for a small handful of points, but could be quite cumbersome
 for folks like me who have 100+ waypoints loaded into XMap.  For *nix
 folks, something as simple as:
 </para>
-<screen format="linespecific">cat *.wpt > /tmp/foo.wpt
-gpsbabel -i xmapwpt -f foo.wpt -o mapsend -F mapsend.wpt </screen>
+<para><command>cat *.wpt > /tmp/foo.wpt</command>
+<command>gpsbabel -i xmapwpt -f foo.wpt -o mapsend -F mapsend.wpt </command></para>
 <para>
 will do the trick just fine.  
 </para>